CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux socket

搜索资源列表

  1. Socket

    0下载:
  2. 在linux使用c++开发的socke程序,适合与想使用c++在linux环境开发程序的朋友们-In linux using c++ development socke procedures, fit and want to use c++ in linux environment for the development of procedures friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:146586
    • 提供者:yulei
  1. socketprogram

    0下载:
  2. client server socket programs to learn socket programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4037
    • 提供者:sdfsdf
  1. socket

    0下载:
  2. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1379
    • 提供者:姚远
  1. linux

    0下载:
  2. LINUX下的通信实现,套接字,用于连个进程之间的通信-Communication under LINUX, socket for even the process of communication between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:child
  1. Linux-Unix

    0下载:
  2. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-28
    • 文件大小:10244074
    • 提供者:赵甲
  1. socketclientserverc

    0下载:
  2. simple client/server in socket and fifo in c better run in linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:harish
  1. udpsocket

    0下载:
  2. linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:白鸽
  1. socket_send_email

    0下载:
  2. linux系统下发送邮件的程序代码,是学习编程的资料-linux system programming code to send mail, the information to learn programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4364
    • 提供者:yangying
  1. cs

    0下载:
  2. linux环境下的tcp/ip socket编程-linux environment tcp/ip socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:13149
    • 提供者:fortitude
  1. brt

    0下载:
  2. Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15688
    • 提供者:superhn
  1. socket

    0下载:
  2. linux socket 开发实例 linux socket 开发实例 -Development linux socket example linux socket example linux socket Development to develop examples of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1000
    • 提供者:hooray
  1. socket_raw.c.tar

    0下载:
  2. this is an raw socket usage, you must have root previledge to use this .
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2068
    • 提供者:kramer
  1. linux_socket

    0下载:
  2. linux socket客户端和服务器端程序,对初学socket编程的人很有帮助。-linux socket client and server-side procedures, the person learning socket programming helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1693
    • 提供者:杨彬
  1. socket

    0下载:
  2. linux 下的server/client socket 程式 -linux under the server/client socket program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2015
    • 提供者:王大元
  1. Chapter0x400NETWORKING2

    0下载:
  2. linux环境下的,socket编程基础-linux environment, socket programming based on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:704569
    • 提供者:sailms
  1. socket

    0下载:
  2. 简单的linux 套接字编程 客户端和服务器-Linux socket programming a simple client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:xuechun
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket.tar

    0下载:
  2. The socket is network program that like msn software for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:35680
    • 提供者:wei
  1. chat

    0下载:
  2. unix / linux use socket programming of a chat room examples-unix/linux use socket programming of a chat room examples
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:14181
    • 提供者:ken
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com